home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_11402.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  115 lines

  1. -- card: 11402 from stack: in
  2. -- bmap block id: 11739
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=22 right=51 bottom=38
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=6 top=51 right=342 bottom=502
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=474 top=307 right=336 bottom=510
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 26425 / 26425
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll left
  57.   go to next card
  58. end mouseUp
  59.  
  60.  
  61. -- part 1 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=1 top=307 right=336 bottom=38
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 902 / 902
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Prev
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect scroll right
  76.   go to previous card
  77. end mouseUp
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: A004
  83. -- rect: left=146 top=305 right=332 bottom=366
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Read the Warning!
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   push card
  95.   visual effect zoom open
  96.   go to card id 16913
  97. end mouseUp
  98.  
  99.  
  100.  
  101.  
  102. -- part contents for card part 4
  103. ----- text -----
  104.  
  105. Step 8:
  106.  
  107. Open the top level stack, and get ready for you first data entry...
  108.  
  109. Click the "Create Peer" button to create a new live data card in your top stack.  Put the appropriate name in the "Self Name" field.  (The cursor will automatically be in in the "Self Name" field when you first create the new peer card.)
  110.  
  111.  
  112. Step 9:
  113.  
  114. Put some information in the large "Data" field, if you wish.
  115. Create as many additional Peer Cards on this level as you want.